home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 283_01 / makeit.bat < prev    next >
DOS Batch File  |  1988-12-15  |  441b  |  10 lines

  1. rem MAKEIT.BAT, 12/18/88, d.c.oshel
  2. rem to make large model and small model Fafnir4x.Lib libraries
  3. rem place all files in the currently active subdirectory
  4. rem requires *INSTALLED* Microsoft C 5.0 (and utils) and MASM 5.0!
  5. tm start
  6. make /X - >s.err MDL=/AS ASM=svideo CIO=ciao FAF=sfaf LIB=4s fafnir
  7. make /X - >l.err MDL=/AL ASM=lvideo CIO=liao FAF=lfaf LIB=4l fafnir
  8. tm stop
  9. rem compile histories are in s.err and l.err text files
  10.